DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1DataCollection<T> Class / C1DataCollection<T> Constructor
The source.

In This Topic
    C1DataCollection<T> Constructor
    In This Topic
    Initializes a new instance of the C1DataCollection<T> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal source As IEnumerable _
    )
    public C1DataCollection<T>( 
       IEnumerable source
    )

    Parameters

    source
    The source.
    See Also